|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.util.Guid
public class Guid
The Guid class provides a facility for generating unique
identifiers. The identifier is a 128 bit number packed into a 32
character hex string.
| Constructor Summary | |
|---|---|
Guid()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
createGUID()
Creates a unique identifier. |
static void |
main(java.lang.String[] args)
Utility function that allows the generation of a unique identifier directly from the command line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Guid()
| Method Detail |
|---|
public static java.lang.String createGUID()
public static void main(java.lang.String[] args)
args - The command line arguments provided.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||